home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / graphics / icontools / addinf10.lha / AddInfo / AddInfo.doc < prev    next >
Encoding:
Text File  |  1994-03-01  |  4.5 KB  |  143 lines

  1. AddInfo v1.0
  2.  
  3. AddInfo and this documentation are Copyright © 1994 by Michael Barsoom.
  4.  
  5. -+- License  -+-
  6.  
  7. AddInfo may be freely distributed as long as no charge is made other
  8. than to cover time and copying costs.  This should be no higher than what
  9. Fred Fish charges from one of his freely redistributable disks.
  10.  
  11. You may not copy and/or distribute this program without the accompanying
  12. documentation unless you get permission from the author to do so.
  13.  
  14. Fred Fish and Walnut Creek have permission to include this program on their
  15. FD disks/CDRoms.
  16.  
  17. -+- Disclaimer -+-
  18.  
  19. This product is sold "as is" without representation or warranty of
  20. any kind, either expressed or implied. The user assumes all risks and
  21. responsibilities related to its use.
  22.  
  23. -+- Introduction -+-
  24.  
  25. AddInfo will automatically add icons to files that dont have them.  It does
  26. this by examining the file, determining the filetype and adding the icon
  27. you have specified for that type in the config file.  By default AddInfo
  28. will not replace existing icons, and will 'float' the icon position in the
  29. new icons; but both can be changed bye cli keywords/tooltypes.  If AddInfo
  30. cannot find the file type in the prefs file, you can use a filerequester to
  31. choose the icon you which to add.  AddInfo is also fully localized, do it
  32. can be run in any language.  Included is AddInfoPrefs, and GUI to quickly
  33. and easily edit AddInfo prefs file.
  34.  
  35. NOTE:  As of the first release only english is included, but it included
  36. the catcomp sources so that you can add your own language.  If you do
  37. translate the catalog, please send me the new .ct file so that I can
  38. include the translation in future releases.
  39.  
  40. -+- Requirements -+-
  41.  
  42. 1) Workbench 2.0+
  43. 2) ReqTools library v38+  (© Nico Francois) Not Included
  44. 3) WhatIs library         (© S.R. & P.C.)   Included
  45.  
  46. -+- Installation -+-
  47.  
  48. 1) Put AddInfo where ever you want
  49. 2) Modify the prefs file to your system and save it in either ENV: or S:
  50.    NOTE:  If you want to use AddInfoPrefs to modify the supplied prefs
  51.           file, first copy it to S: or ENV: so that it can find it.
  52. 3) Make sure you have reqtools and WhatIt libraries installed.
  53.    NOTE: WhatIs library is included, please see its documentation on
  54.          how to set it up.
  55.  
  56. -+- Usage -+-
  57.  
  58. From CLI.
  59.  
  60. AddInfo File/M/A,NoFloat/S,Quiet/S,Force/S:
  61.  
  62. <File>   name of files to add icons to
  63. NoFloat  don't 'float' the position of new icons
  64. Quiet    suppress all error messages
  65. Force    add the icon, even if one exists
  66.  
  67. NOTE:  if quiet is selected you will not be presented with the file
  68. requester if the file type is not found in the prefs file
  69.  
  70. From WorkBench
  71.  
  72. You can specify the following tooltypes,
  73.     Float   \
  74.     Quiet    } see above for a description
  75.     Force   /
  76.  
  77. You just extend select the files you wish to add icons to.
  78.  
  79. -+- Prefs File format -+-
  80.  
  81. <cut>
  82. ; Template TYPE/A,ICON/A/F
  83. ; Type = WhatIs file type
  84. ; Icon = Full path of icon to use for that type
  85. ;        without the .info
  86. c sc:icons/def_c
  87. <cut>
  88.  
  89. The above is an example of the prefs file.  Each line is a different
  90. config.  The first argument should be the filetype, the second the full
  91. path of the icon to use with that type without the .info.  If the filetype
  92. contains spaces be sure to enclose them in quotes.
  93.  
  94. The prefs file can be saved in ENV:  or in S:  AddInfo will look in ENV:
  95. first however.
  96.  
  97. -+- AddInfoPrefs -+-
  98.  
  99. AddInfoPrefs is a gui editor to quickly edit your prefs.  AddInfoPrefs when
  100. run will present you with a list of all filetypes that your system
  101. currently recognizes (these include those built into WhatIt.library and the
  102. ones you've setup in the S:FileTypes).  Under this list is a string gadget.
  103. This gadget will show the name of the icon (without the .info) that AddInfo
  104. will give the highlighted filetype.  You can select the icon in one of
  105. three ways.  1) just type it in the string gadget 2) click on 'Get' and use
  106. the file requester to pick the icon or 3) just drop the icon on the window
  107. and AddInfoPrefs will automatically change the current icon to the one you
  108. dropped.
  109.  
  110. The other three buttons are self explanatory.
  111.  
  112. -+- Shareware -+-
  113.  
  114. AddInfo is shareware, if you use it regularly you are asked to pay
  115. the shareware fee of $2 US.
  116.  
  117. Alternativly, you can translate the catalog file and sent that to me.
  118.  
  119. -+- Thanks -+-
  120.  
  121. To my loving wife Barbara.
  122.  
  123. -+- Bugs, Suggestions -+-
  124.  
  125. you can reach me at:
  126.  
  127. 5524 Pine Street
  128. Omaha NE 68106
  129. USA
  130.  
  131. Internet:  mbars@bluejay.creighton.edu
  132. Fidonet:   Mike Barsoom @ 1:285/11.9
  133. AmigaNet:  Mike Barsoom @ 40:200/10.9
  134.  
  135. -+- History -+-
  136. AddInfo
  137.  
  138. v1.0   First release
  139.  
  140. AddInfoPrefs
  141.  
  142. v1.0   First release
  143.